@charset "UTF-8";
#page {
	width: 1000px;/* slider styles */
/****************************************/
	
}
#element {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}
#s3slider {
	width:800px;
	height:600px;
	position:relative;
	overflow:hidden;
	list-style-type: none;
}
#s3sliderContent {
	width:800px;
	height:600px;
	position:absolute;
	top:0;
	margin:0;
	list-style-type: none;	
}
.s3sliderImage {
	float:left;
	position:relative;
	display:
;
	background-color: #CCCCCC;
	list-style-type: none;
}
.s3sliderImage span {
	position:absolute;
	padding:10px 13px;
	width:774px;
	display:none;
	opacity: 0;
	-moz-opacity:0.7;
	filter:Alpha(Opacity=0.7;
	list-style-type: none;
}

 
.clear {
	clear:both;

}

/*overlay styles*/

.top { 
	top:0;
	left:0;
	width:774px;
	height:60px;
}

.bottom { 
	bottom:0;
	left:0;
	width:924px;
	height:60px;
}

.right { 
	right:0;
	bottom:0;
	width:200px !important;
	height:290px;
}

.left { 
	top:0;
	left:0;
	width:200px !important;
	height:290px;
}
